reflect.rtype.common (method, view implemented interface methods)
6 uses
reflect (current package)
type.go#L827: func (t *rtype) common() *rtype { return t }
type.go#L2751: typ.ptrdata = typeptrdata(typ.common())
type.go#L2799: addTypeBits(bv, 0, typ.common())
type.go#L2996: etyp := typ.common()
value.go#L2355: return Value{typ.common(), unsafe.Pointer(&x), fl}
value.go#L2407: return Value{typ.common(), unsafe.Pointer(&x), fl}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)